body {
    margin: 0;
    font-family: Arial, sans-serif;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2F4538;
    padding: 10px 20px;
    color: #000000;
}
.nav-container {
    display: flex;
    align-items: center;
}
.nav-title {
    font-size: 18px;    
    margin-right: 20px;
}
.nav-links {
    list-style: none;
    display: flex;
    padding: ;
}
.nav-links li {
    margin: 0 10px;
    display: flex;
    align-items: center;
}
.nav-links a {
    color: #000000;
    text-decoration: none;
    padding-right: 0px;
}
.nav-links img {
    width: 20px;
}
.contacts a img {
    width: 24px;
    margin-left: 10px;

}

.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
}

.header {
    color: #000000;

}

.infoall {
    color: #000000;
    text-align: center;
    font-size: 35px;
}

.telnumber {
    color: #000000; /* Исходный цвет */
    text-decoration: none; /* Убираем подчеркивание */
    transition: color 0.3s, background-color 0.3s, transform 0.2s ease-in-out;
    padding: none;
    border-radius: none;
}

.telnumber:hover {
    color: #000000; /* Цвет при наведении */
    background-color: none; /* Лёгкая подсветка */
}

.telnumber:active {
    color: #000000; /* Цвет при нажатии */
    transform: scale(1.1); /* Лёгкое увеличение при клике */
}

.nav-links a {
    text-decoration: none;
    color: #d0b678; /* Стандартный цвет текста */
    transition: color 0.3s, background-color 0.3s; /* Плавная анимация */
    padding: none; /* Пространство вокруг текста */
    border-radius: none; /* Закругленные края */
}

.nav-links a:hover {
    color: #000000; /* Цвет при наведении */
    background-color: none; /* Полупрозрачный фон */
}

.nav-links a:active {
    color: #000000; /* Цвет при нажатии */
    transform: scale(1.1);
}

.usadba {
    color: #050505;
    text-decoration: none;
    font-size: 24px;
}


@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        background: #2f4538;
        position: absolute;
        top: 50px;
        left: 0px;
        width: 100%;
        padding: 10px 0;
    }
    .nav-links li {
        text-align: center;
        margin: 10px 0;
        margin-left: 30px;
     }
    .menu-toggle {                    
        display: block;
        font-size: 30px;
        color: #d0b678;
    }
    .nav-active {
        display: flex;
    }

    .nav-container {
        text-align: center;
    }

    .telnumber {
        font-size: 13px;
    }
}

.infobase {
    text-align: justify;
    text-indent: 25px;
    color: #000000;
}

.gps-link {
    text-decoration: none;
    color: #030303;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

.gps-link:hover {
    color: #000000
}

.footer {
    display: flex;
    justify-content: space-between;
    background: #2F4538;
    color: #d0b678;
    padding: 0px;
}
.footer-section {
    flex: 1;
    text-align: center;
    color: #d0b678;
}
.footer-section1 {
    flex: 1;
    text-align: center;
    margin-top: 10px;
    color: #d0b678;
}


.bottom-bar {
    text-align: center;
    background: #2F4538;
    color: #d0b678;
    padding: 10px;
}